for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
// Used specification: http://id3.org/id3v2.3.0
// Types
export {
Tags,
TagAliases,
TagIdentifiers,
WriteTags
} from "./src/types/Tags"
Options
} from "./src/types/Options"
// Definitions
TagConstants
} from './src/definitions/TagConstants'
// Operations
create,
CreateCallback
} from "./src/api/create"
read,
ReadCallback
} from "./src/api/read"
removeTags,
removeTagsFromBuffer,
RemoveCallback
} from "./src/api/remove"
update
} from "./src/api/update"
write,
WriteCallback
} from "./src/api/write"
// Promises
Promises,
Promise
} from "./src/api/promises"